home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -in_the_mag- / emulation / computers / fmsx_1.4 / mountlist / fmsx0 next >
Text File  |  1997-12-12  |  413b  |  21 lines

  1. /*    entry for MSX-like hardfile, unit 0 (MSX drive A:)
  2.  
  3.     This mountlist was contributed by Andrew G. Robson
  4.     (a.g.robson@northumbria.ac.uk).
  5. */
  6.  
  7.     Device = fmsdisk.device
  8.     Unit   = 0
  9.     Flags  = 1
  10.     Surfaces  = 2
  11.     BlocksPerTrack = 9
  12.     LowCyl = 0
  13.     HighCyl = 79
  14.     FileSystem = L:CrossDOSFileSystem
  15.     Stacksize = 8192
  16.     Priority = 5
  17.     GlobVec = -1
  18.     DosType = 0x4D534400
  19.     BufMemType = 0
  20.  
  21.